home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8387 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  694 b 

  1. Path: news.suba.com!alex
  2. From: alex@proust.suba.com (Alex Strasheim)
  3. Newsgroups: comp.lang.c
  4. Subject: where to find vt100/102 code?
  5. Date: 3 Mar 1996 22:48:47 GMT
  6. Organization: SUBA Communications
  7. Message-ID: <4hd7kf$rrn@suba01.suba.com>
  8. NNTP-Posting-Host: proust.suba.com
  9.  
  10. I need to write a program that can do a watered down vt100/102 emulation,
  11. and I was wondering if anyone can point me toward existing code, a
  12. descritption of the spec, etc.
  13.  
  14. I've got console.c from the linux kernel, but I was hoping to find 
  15. something simpler and smaller.  (I don't need virtual consoles, or even 
  16. resizing, etc.)  All I really need is the ability to control a single 
  17. fixed size 80x24 window.
  18.  
  19. Thanks...
  20.